home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00022_ÅwÉ}ÉEÉXÇ™ÇrÇoè„DžǻǢéûÇrÇoǝéüÅXïœçX(ÉãÅ[ÉvÅjÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  727 b   |  19 lines

  1. on AnimeButton4 Num,StName,EndName
  2.   -- テゥgテ‡ツ「テッツセ -------------
  3.   -- AnimeButton4 テステδテ猟照津ョ窶佚ァテœ, テェテ甘ャ邃「テ敖ィテスニ津アツコ, テァツシティIテ敖ィテスニ津アツコ
  4.   --       テ…wテ厭テ右テ厩テ‡邃「テ‡rテ‡oティ窶榲‡窶ヲテ‡ツサテ‡ツ「テゥテサテ‡rテ‡oテ‡ツ敕ゥテシテ…Xテッナ禿ァX(テ嘉」テ…[テ益テ⒀テ③テ…x
  5.   
  6.   put item 1 of the name of cast the castNum of sprite Num into cName
  7.   if mouseCast() <> the castNum of sprite Num then
  8.     if the castNum of sprite Num = the number of cast EndName then
  9.       set the castNum of sprite Num = the number of cast StName
  10.     else
  11.       set the castNum of sprite Num = the castNum of sprite Num+1
  12.     end if
  13.     updateStage
  14.   else
  15.     set the castNum of sprite Num = the number of cast (cName & ",1")
  16.     updateStage
  17.   end if
  18. end AnimeButton4
  19.